; * src/haikufns.c (syms_of_haikufns): Fix indentation.
authorPo Lu <luangruo@yahoo.com>
Thu, 4 Apr 2024 00:32:49 +0000 (08:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 4 Apr 2024 00:33:53 +0000 (08:33 +0800)
src/haikufns.c

index 9b50099d6ac6e4721e27460229b1b8194233cbb0..870b6f58f02a7004034492d2067f7cc01b29566d 100644 (file)
@@ -3309,8 +3309,8 @@ syms_of_haikufns (void)
   Vx_sensitive_text_pointer_shape = Qnil;
 
   DEFVAR_BOOL ("haiku-pass-control-tab-to-system",
-             haiku_pass_control_tab_to_system,
-             doc: /* Whether or not to pass C-TAB to the system.
+              haiku_pass_control_tab_to_system,
+              doc: /* Whether or not to pass C-TAB to the system.
 Setting this variable will cause Emacs to pass C-TAB to the system
 (allowing window switching on the Haiku operating system), rather than
 intercepting it.  */);